private void detach_RbPrerecordQuotaTypes_ModifyPersonId(RbPrerecordQuotaType entity)
 {
     this.SendPropertyChanging("RbPrerecordQuotaTypes_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_RbPrerecordQuotaTypes_CreatePersonId(RbPrerecordQuotaType entity)
 {
     this.SendPropertyChanging("RbPrerecordQuotaTypes_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }