public void Remove(CustomElement customElement)
 {
     BaseRemove(customElement.SomeProp);
 }
 public void Add(CustomElement customElement)
 {
     BaseAdd(customElement);
 }