public IList <Flight> GetFlightsByOriginCountry(int countryCode)
 {
     return(_flightDAO.GetFlightsByOriginCounty(countryCode));
 }