public GroupInfo(GroupingSource Owner)
 {
     this.Owner = Owner;
     set();
 }
 public PropertyWrapper(PropertyDescriptor Property, GroupingSource Owner)
     : base(Property)
 {
     this.Property = Property;
     this.Owner    = Owner;
 }