private void detach_RbEmergencyPlaceReceptionCalls_ModifyPersonId(RbEmergencyPlaceReceptionCall entity)
 {
     this.SendPropertyChanging("RbEmergencyPlaceReceptionCalls_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_RbEmergencyPlaceReceptionCalls_CreatePersonId(RbEmergencyPlaceReceptionCall entity)
 {
     this.SendPropertyChanging("RbEmergencyPlaceReceptionCalls_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }