public ActionResult Delete(int id) { var model = _recipeProvider.GetRecipeDetales(id); return(View(model)); }