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