private IEnumerable <NamedLayer> InternalGetAllFeatureLayers()
 {
     return(LayerUtils.SearchFocusToc(MxDocument.FocusMap, typeof(IGeoFeatureLayer)));
 }