public Report GetByIdWJob(int id)
 {
     return(_reportDal.GetByIdWJob(id));
 }