private void detach_CrlDeptStkOutDets(CrlDeptStkOutDet entity)
 {
     this.SendPropertyChanging("CrlDeptStkOutDets");
     entity.CrlDept = null;
 }
 private void attach_CrlDeptStkOutDets(CrlDeptStkOutDet entity)
 {
     this.SendPropertyChanging("CrlDeptStkOutDets");
     entity.CrlPrdMst = this;
 }
 partial void UpdateCrlDeptStkOutDet(CrlDeptStkOutDet instance);
 partial void DeleteCrlDeptStkOutDet(CrlDeptStkOutDet instance);
 partial void InsertCrlDeptStkOutDet(CrlDeptStkOutDet instance);