@Override
 public ModeloDocumento carregarCertificadoId(Integer idCertificado) {
   return imagemDAO.carregarCertificadoId(idCertificado);
 }
 @Override
 public InscricaoDocumento carregarDocumentoId(Integer idDocumento) {
   return imagemDAO.carregarDocumentoId(idDocumento);
 }
 @Override
 public Curso carregarCursoId(Integer idCurso) {
   return imagemDAO.carregarCursoId(idCurso);
 }
 @Override
 public InscricaoComprovante carregarImagemId(Integer id) throws Exception {
   return imagemDAO.carregarImagemId(id);
 }