private void Button_Click_9(object sender, RoutedEventArgs e)
 {
     // Create a instance of ReportInputs class to get use inputs to customize the report
     ReportInputs AnalyticalSummary = new ReportInputs("Analytical Summary");
     AnalyticalSummary.Show();
 }
 private void Button_Click_8(object sender, RoutedEventArgs e)
 {
     // Create a instance of ReportInputs class to get use inputs to customize the report
     ReportInputs StockInHandSummary = new ReportInputs("Stock In Hand Summary");
     StockInHandSummary.Show();
 }
 private void Button_Click_5(object sender, RoutedEventArgs e)
 {
     // Create a instance of ReportInputs class to get use inputs to customize the report
     ReportInputs FobPurchasingSummary = new ReportInputs("Fob Purchases Summary");
     FobPurchasingSummary.Show();
 }
 private void Button_Click_7(object sender, RoutedEventArgs e)
 {
     // Create a instance of ReportInputs class to get use inputs to customize the report
     ReportInputs FixedOverheadsSummary = new ReportInputs("Fixed Overheads Summary");
     FixedOverheadsSummary.Show();
 }
 private void Button_Click_2(object sender, RoutedEventArgs e)
 {
     // Create a instance of ReportInputs class to get use inputs to customize the report
     ReportInputs StockLotsOverview = new ReportInputs("Stock Lots Overview");
     StockLotsOverview.Show();
 }