public IEnumerable <Allergy> GetByAllergyIds(int[] ingredientIds)
 {
     return(allergyRepository.GetByAllergyIds(ingredientIds));
 }