public void delete(final String reportId) {
   reportService.delete(Long.valueOf(reportId));
 }