public BrowseLayersDialog() { _vm = new BrowseLayersViewModel(); this.DataContext = _vm; InitializeComponent(); }