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