public void Remove(global::Samples.Configuration.InheritanceSample.Student student)
 {
     base.BaseRemove(this.GetElementKey(student));
 }
 public void Add(global::Samples.Configuration.InheritanceSample.Student student)
 {
     base.BaseAdd(student);
 }