boutanche.setQuantity(fieldQuantity.getText());
boutanche.setVigneron_id(ComponentTools.getClefFromCombo(comboVigneron));
boutanche.setRegion_id(ComponentTools.getClefFromCombo(comboRegion));
boutanche.setColor_id(ComponentTools.getClefFromCombo(comboColor));
if (boutanche.save()) {
SwapFrame.getInstance().init(BottleSearch.class);
}
}
catch (Exception ex) {
ex.printStackTrace();