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