public static DBF GetInstance() { if (Instance == null) { Instance = new DBF(); } return(Instance); }