public ActionResult DeleteConfirmed(int id) { vehicleService.DeleteVehicleMake(id); return(RedirectToAction("Index")); }