private void detach_ClientSocStatus(ClientSocStatus entity)
 {
     this.SendPropertyChanging("ClientSocStatus");
     entity.Client = null;
 }
 private void detach_ClientSocStatus_ModifyPersonId(ClientSocStatus entity)
 {
     this.SendPropertyChanging("ClientSocStatus_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_ClientSocStatus(ClientSocStatus entity)
 {
     this.SendPropertyChanging("ClientSocStatus");
     entity.RbSocStatusType = this;
 }
 private void attach_ClientSocStatus_CreatePersonId(ClientSocStatus entity)
 {
     this.SendPropertyChanging("ClientSocStatus_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }