private void Button_Click_2(object sender, RoutedEventArgs e) { MyDocuments window = new MyDocuments(); window.Show(); }