public VehicleDataController(IHubContext <VLogHub> hub, IVehicleBAL vehicleBAL)
 {
     this._vehicleBAL = vehicleBAL;
     _hub             = hub;
 }