private void buttonInteractActions_Click(object sender, RoutedEventArgs e)
        {
            Window newWin = new WindowInteractionListEditor(_currentStoryData);

            newWin.Owner = this;
            newWin.ShowDialog();
        }
        private void buttonInteractActions_Click(object sender, RoutedEventArgs e)
        {
            Window newWin = new WindowInteractionListEditor(_currentStoryData);

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