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