public void Save() { try { if (Id == 0) { DbAdapterEF.PotwierdzenieInsert(this); } else { DbAdapterEF.PotwierdzenieUpdate(this); } } catch (Exception ex) { log.Error(ex); throw ex; } }