private void detach_ChurchAddresses(ChurchAddress entity) { this.SendPropertyChanging(); entity.Church = null; }
private void attach_ChurchAddresses(ChurchAddress entity) { this.SendPropertyChanging(); entity.Church = this; }