//api/vehicle/get
 public List <VehicleModel> Get()
 {
     return(vehicleB.GetAllVehicles());
 }