public ObservableSet<Consent> getConsents() { return consents.get(); }
public ReadOnlySetProperty<Consent> consentsProperty() { return consents.getReadOnlyProperty(); }