private void SettingsBtn_Click(object sender, RoutedEventArgs e) { var window = new SettingsWindow(Context); window.Show(); }