private void btn_new_anskey_Click(object sender, RoutedEventArgs e) { Create_Answer_Key new_form = new Create_Answer_Key(); new_form.ShowDialog(); }