public IFlight GetFlight(string flightName)
 {
     return(_persistenceService.GetFlight(flightName));
 }