private void detach_RbContactTypes_ModifyPersonId(RbContactType entity)
 {
     this.SendPropertyChanging("RbContactTypes_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_RbContactTypes_CreatePersonId(RbContactType entity)
 {
     this.SendPropertyChanging("RbContactTypes_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }