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