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