private void detach_jkp_PersonDocuments(jkp_PersonDocument entity) { this.SendPropertyChanging(); entity.jkp_Person = null; }
private void attach_jkp_PersonDocuments(jkp_PersonDocument entity) { this.SendPropertyChanging(); entity.jkp_Document = this; }