public GroupRandom(GroupGenerator group) : base(group)
 {
 }
 public GroupSet(GroupGenerator group)
 {
     Groups.Add(group);
 }