public void CreateIngredient(Ingredient ingredient)
 {
     _inventoryRepository.CreateNewIngredient(ingredient);
 }