public int GetUserReportCount(int id)
 {
     return(_reportDal.GetUserReportCount(id));
 }