public void Remove(IGroupedData data)
 {
     this.elements.Remove(data);
 }
 public void Add(IGroupedData data)
 {
     this.elements.Add(data);
 }