public ReportTest()
 {
     reportDao = new ReportDAO();
     reportService = new ReportService();
 }
 public ReportService()
 {
     reportDao = new ReportDAO();
     medicationDao = new MedicationDAO();
     distributionCenterDao = new DistributionCenterDAO();
 }