public bool UserManage_Ups(string UserID, int GroupID) { Staffdal t = new Staffdal(); return(t.UserManage_Ups(UserID, GroupID)); }