public string GetUserList() { UserList userlist = new UserList(); return userlist.ToDataTable().ToJSON(); }