public DataTable UserGroup_Sel(string UserID) { Staffdal t = new Staffdal(); return(t.UserGroup_Sel(UserID).Tables[0]); }