/**
  * Transfert en Facture
  *
  * @param row
  */
 private void transfertFactureClient(List<SQLRowValues> rows) {
   TransfertBaseSQLComponent.openTransfertFrame(rows, "SAISIE_VENTE_FACTURE");
 }
 /**
  * Transfert en BL
  *
  * @param row
  */
 private void transfertBonLivraisonClient(List<SQLRowValues> rows) {
   TransfertBaseSQLComponent.openTransfertFrame(rows, "BON_DE_LIVRAISON");
 }