public static RoleBO GetInstance() { if (instance == null) { instance = new RoleBO(); } return instance; }