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