public object GetAllParkingServiceByVehicularPlateController(string vehicularPlate)
 {
     return(Ok(ParkingServicesService.GetAllParkingServiceByVehicularPlate(vehicularPlate)));
 }