private void detach_CycleCountDetails(CycleCountDetail entity)
 {
     this.SendPropertyChanging();
     entity.CycleCountHeader = null;
 }
 private void attach_CycleCountDetails(CycleCountDetail entity)
 {
     this.SendPropertyChanging("CycleCountDetails");
     entity.CycleCountHeader = this;
 }