public static FlightDAOFactory getInstance()
 {
     if (dbInstance == null)
     {
         dbInstance = new FlightDAOFactory();
     }
     return(dbInstance);
 }
 public static FlightDAOFactory getInstance()
 {
     if (dbInstance == null)
         dbInstance = new FlightDAOFactory();
     return dbInstance;
 }