/**
  * Will register the combination to the items
  *
  * @return void
  */
 protected function registerCombinationToItems()
 {
     $this->itemOne->addItemCombination($this);
     $this->itemOne->addAction($this->action);
 }