public int GetAllReportCount()
 {
     return(_reportDal.GetAllReportCount());
 }