private void LoadListData() { this.dgUserList.DataSource = AdminFactory.GetAll(); this.dgUserList.DataBind(); }