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