public static ADManager GetInstance() { if (instance == null) { instance = new ADManager(); instance.ADManagerInit(); } return(instance); }