public bool DoesGroupExist(string psGroupName) { WonkaRefGroup TestGroup = GetGroupByGroupName(psGroupName); return(TestGroup.GroupId > 0); }