public static DBManager getManager() { if (singleton == null) singleton = new DBManager(); return singleton; }