private void detach_SocStatus_ModifyPersonId(SocStatus entity)
 {
     this.SendPropertyChanging("SocStatus_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void detach_SocStatus(SocStatus entity)
 {
     this.SendPropertyChanging("SocStatus");
     entity.RbSocStatusType = null;
 }
 private void attach_SocStatus_CreatePersonId(SocStatus entity)
 {
     this.SendPropertyChanging("SocStatus_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }