public object GetAllParkingServiceController()
 {
     return(Ok(ParkingServicesService.GetAllParkingService()));
 }