public SelectByAttributeWindow(ArcMapManager mapMgr)
 {
     InitializeComponent();
     selectedLayerName       = "";
     _mapMgr                 = mapMgr;
     _layerNames             = _mapMgr.GetLayerNames();
     LayerNameCB.ItemsSource = _layerNames;
 }