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