public ReportManager(IReportDal reportDal)
 {
     _reportDal = reportDal;
 }