public static AdvUserBll GetInstance() { if (_instance == null) { _instance = new AdvUserBll(); } return _instance; }