public JsonResult DeleteDriverByDriverId(int id) { aTransportManager.DeleteDriver(id); return(Json(true, JsonRequestBehavior.AllowGet)); }