private void detach_RbDocumentTypeGroups_ModifyPersonId(RbDocumentTypeGroup entity)
 {
     this.SendPropertyChanging("RbDocumentTypeGroups_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_RbDocumentTypeGroups_CreatePersonId(RbDocumentTypeGroup entity)
 {
     this.SendPropertyChanging("RbDocumentTypeGroups_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }