public void Insert(Report entity)
 {
     _reportDal.Insert(entity);
 }