testA.printToOutput();
System.out.println();
System.out.println();
ReportB testB = new ReportB(startDate, endDate, repository);
System.out.println(testB.getTitle() + " (" + startDateString.substring(0, 5) + " through " + endDateString.substring(0, 5) + ")");
testB.printToOutput();
System.out.println();
System.out.println();
ReportC testC = new ReportC(startDate, endDate, repository);