public AppCore(MainWindow wi) { if (dCore == null) { dCore = new DatabaseCore(DatabasePath); } wi = Wi; dCore.OpenDataBase(); databaseOpened = true; }