private void detach_RbJobTypes_ModifyPersonId(RbJobType entity)
 {
     this.SendPropertyChanging("RbJobTypes_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void detach_RbJobTypes_GroupId(RbJobType entity)
 {
     this.SendPropertyChanging("RbJobTypes_GroupId");
     entity.RbJobType_GroupId = null;
 }
 private void attach_RbJobTypes_CreatePersonId(RbJobType entity)
 {
     this.SendPropertyChanging("RbJobTypes_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }