public ActionResult <List <ParkingLotDTO_Return> > GetAllParkingLots()
 {
     return(Ok(_parkingLotMapper.CreateListOfParkingLotDTOReturnsFromParkingLotList(_parkingLotService.GetAllParkingLots())));
 }