public void Add(UrlConfigElement url)
 {
     BaseAdd(url);
 }
 public int IndexOf(UrlConfigElement url)
 {
     return(BaseIndexOf(url));
 }