public void Remove(global::Samples.Configuration.CollectionsSample.Demo1Element demoElement)
 {
     base.BaseRemove(this.GetElementKey(demoElement));
 }
 public void Add(global::Samples.Configuration.CollectionsSample.Demo1Element demoElement)
 {
     base.BaseAdd(demoElement);
 }