public ActionResult Update(Guid id)
 {
     return(View(ingredientRepository.Detail(id)));
 }