public void OpenFeatureLayer() { if (SelectedLayer != null && !SelectedLayer.IsOpen) { SelectedLayer.Open(); } }