@Override
 public void agregar(DocumentoIndumentaria c) {
   daoDocumentoIndumentaria.guardar(c);
 }