private void detach_RbComplains_ModifyPersonId(RbComplain entity)
 {
     this.SendPropertyChanging("RbComplains_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void detach_RbComplains_GroupId(RbComplain entity)
 {
     this.SendPropertyChanging("RbComplains_GroupId");
     entity.RbComplain_GroupId = null;
 }
 private void attach_RbComplains_CreatePersonId(RbComplain entity)
 {
     this.SendPropertyChanging("RbComplains_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }