private void btQuestions_Click(object sender, RoutedEventArgs e) { WindowEditUpdateQuestion wd = new WindowEditUpdateQuestion(ConnectionString); wd.Show(); }