public bool DeleteVehicle(int id)
 {
     return(dataHelper.DeleteVehicle(id));
 }