private void detach_RbDocumentTypes_ModifyPersonId(RbDocumentType entity)
 {
     this.SendPropertyChanging("RbDocumentTypes_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void detach_RbDocumentTypes(RbDocumentType entity)
 {
     this.SendPropertyChanging("RbDocumentTypes");
     entity.RbDocumentTypeGroup = null;
 }
 private void attach_RbDocumentTypes_CreatePersonId(RbDocumentType entity)
 {
     this.SendPropertyChanging("RbDocumentTypes_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }