public RedirectToActionResult Delete(int id) { _storage.Delete(id); return(RedirectToAction("List", "Menu")); }