public ActionResult DeleteConfirmed(int id) { carRepository.DeleteConfirm(id); return(RedirectToAction("Index")); }