@Override
 public InscricaoComprovante carregarImagemId(Integer id) throws Exception {
   return imagemDAO.carregarImagemId(id);
 }