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