public ActionResult DeleteConfirmed(int id) { _garage.DeleteGarage(id); return(RedirectToAction("Index")); }