public ReportTest()
 {
     reportDao = new ReportDAO();
     reportService = new ReportService();
 }
 public ReportController()
 {
     reportService = new ReportService();
 }