private void detach_jkp_PersonVideos(jkp_PersonVideo entity) { this.SendPropertyChanging(); entity.jkp_Video = null; }
private void attach_jkp_PersonVideos(jkp_PersonVideo entity) { this.SendPropertyChanging(); entity.jkp_Person = this; }