}
HibernateManager.getInstance().update((pProperty));
AutoClosingMessageDialog.showAutoClosingMessageDialog(
"Kaydınız başarıyla tamamlanmıştır!", 2);
} else {
pProperty = new PrintProperty();
if ((String) cComboBoxYaziciSec.getSelectedItem() != null) {
pProperty.setService(cComboBoxYaziciSec
.getSelectedItem().toString());
} else {
Utils.showMessage("Yazıcı Seçiniz !");