public int GetNumberOfAvailableScooters()
 {
     return(_scooterRepository.GetNumberOfAvailableScooters());
 }