public bool searchOneWay(DepartFlight depart)
 {
     throw new NotImplementedException();
 }
 public bool searchFlights(DepartFlight depart, ReturnFlight returnFlight)
 {
     throw new NotImplementedException();
 }