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