public List <string> GetAirportList()
 {
     return(_airportRepository.GetAirportList());
 }