public void insertaAjunto(Adjunto a) {
   adjuntoMapper.insertaAdjunto(a);
 }