private void btEditSharedRels_Click(object sender, RoutedEventArgs e)
 {
     Window newWin = new WindowSharedRelationshipsEditor(_currentEntity, _currentStoryData);
     newWin.Owner = this;
     newWin.ShowDialog();
     clearDataGrids();
     bindData();
 }
        private void btEditSharedRels_Click(object sender, RoutedEventArgs e)
        {
            Window newWin = new WindowSharedRelationshipsEditor(_currentEntity, _currentStoryData);

            newWin.Owner = this;
            newWin.ShowDialog();
            clearDataGrids();
            bindData();
        }