/**
  * @return array
  */
 public function getIngredientsListItems()
 {
     return Recipe::getItems($this->recipeCategoryId);
 }