private void detach_ECROperations(ECROperation entity)
 {
     this.SendPropertyChanging("ECROperations");
     entity.RbECROperationType = null;
 }
 private void attach_ECROperations(ECROperation entity)
 {
     this.SendPropertyChanging("ECROperations");
     entity.Person = this;
 }