private void btnStatuteCalendarReport_Click(object sender, RoutedEventArgs e) { StatuteReport report = new StatuteReport(); report.Show(); }