public ActionResult DeleteConfirmed(int id) { _restaurantFacade.Delete(id); return(RedirectToAction("Index")); }