private void attach_OA_FlowRunProcess(OA_FlowRunProcess entity)
 {
     this.SendPropertyChanging();
     entity.HR_Personnel = this;
 }
 private void detach_OA_FlowRunProcess_HR_Personnel(OA_FlowRunProcess entity)
 {
     this.SendPropertyChanging();
     entity.Send = null;
 }
 private void detach_OA_FlowRunProcess(OA_FlowRunProcess entity)
 {
     this.SendPropertyChanging();
     entity.OA_FlowProcess = null;
 }