private void btnReports_Click(object sender, RoutedEventArgs e) { var reportMenu = new ReportMenu(); reportMenu.ShowDialog(); }