private void getUsers() { Business.UserComponent uc = new UserComponent(); this.gvUserList.DataSource = uc.getUsers(); this.gvUserList.DataBind(); }