public bool Update(VehicleModel model)
 {
     return(vehicleB.UpdateModel(model));
 }