public void CreateFlight(Flight flight)
 {
     _logicCommands.CreateFlight(flight);
 }