public int GetGroupId(string groupname) { GroupContext gc = new GroupContext(); return(gc.GetGroupID(groupname)); }