public Ingredient GetIngredient(int id)
 {
     return(_ingredientsRepository.GetIngredient(id));
 }