private void detach_Jobs(Job entity)
 {
     this.SendPropertyChanging("Jobs");
     entity.RbJobType = null;
 }
 private void attach_Jobs(Job entity)
 {
     this.SendPropertyChanging("Jobs");
     entity.RbJobType = this;
 }
 private void detach_Jobs(Job entity)
 {
     this.SendPropertyChanging("Jobs");
     entity.OrgStructure = null;
 }
 private void attach_Jobs(Job entity)
 {
     this.SendPropertyChanging("Jobs");
     entity.OrgStructureJob = this;
 }
 private void detach_Jobs_ModifyPersonId(Job entity)
 {
     this.SendPropertyChanging("Jobs_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_Jobs_CreatePersonId(Job entity)
 {
     this.SendPropertyChanging("Jobs_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }