public void DeleteEntity(Report entity)
 {
     reportRepository.DeleteEntity(entity);
 }