/** Insert flight history into the database */
 public function insertFlightHistory($args)
 {
     FlightHistoryDB::insertFlightHistory($args);
 }