public IActionResult GetSpotsWithMotorcycles()
 {
     return(Ok(_parkingRepository.GetSpotWithOneMotorcycle()));
 }