public void Remove(FactoryConfigurationElement element)
 {
     BaseRemove(element.ToString());
 }
 public void Add(FactoryConfigurationElement element)
 {
     BaseAdd(element);
 }