private void bAbout_Click(object sender, RoutedEventArgs e) { Window about = new about(); about.Show(); }