private void RandomSuffixButton_Click(object sender, RoutedEventArgs e) { RandomSuffixEditor see = new RandomSuffixEditor(CurrentItem); see.Show(); }