// GET: RecipeViewModels/Delete/5 public ActionResult Delete(int id) { _recipeManager.Remove(id); return(RedirectToAction("Index")); }