def createGroup(groupName): theGroup.append(group(groupName, len(theGroup) + 1))
def createGroup(self, groupName): self.__theGrous.append(group(groupName, len(self.__theGrous) + 1)) return len(self.__theGrous)