private void navigationButton_Click(object sender, RoutedEventArgs e) { SettingsView view = new SettingsView(); view.ShowDialog(); }