private void detach_RbServiceGroups_ModifyPersonId(RbServiceGroup entity)
 {
     this.SendPropertyChanging("RbServiceGroups_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_RbServiceGroups_CreatePersonId(RbServiceGroup entity)
 {
     this.SendPropertyChanging("RbServiceGroups_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }