// GET: Ingredients
 public ActionResult Index()
 {
     return(View(IngredientRepo.FindAll()));
 }