private void detach_RbMedicalAidProfiles_ModifyPersonId(RbMedicalAidProfile entity)
 {
     this.SendPropertyChanging("RbMedicalAidProfiles_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_RbMedicalAidProfiles_CreatePersonId(RbMedicalAidProfile entity)
 {
     this.SendPropertyChanging("RbMedicalAidProfiles_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }