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