public ServerImplementation(ServerMainWindow window) { this.window = window; db = new DBConnect(hostname, database, dbUser, dbPassword); }