try {
inscritos = InscricaoDataServices.getList(turma);
} catch (Exception e) {
e.printStackTrace();
}
getMainPanel().add(ReportFactory.getInstance().getComponent("Certificado.jasper", params, new CertificadoDataSource(inscritos)));
getMainPanel().setBorder(null);
}