public function getAvaliableIngredients()
 {
     $tags = Tags::find()->where(['TypeID' => Tags::TYPE_COCKTAIL_INGREDIENT])->all();
     return $tags;
 }