private void detach_DeptStkOuts1(DeptStkOut entity)
 {
     this.SendPropertyChanging("DeptStkOuts1");
     entity.Dept1 = null;
 }
 private void attach_DeptStkOuts(DeptStkOut entity)
 {
     this.SendPropertyChanging("DeptStkOuts");
     entity.Dept = this;
 }
 private void detach_DeptStkOuts(DeptStkOut entity)
 {
     this.SendPropertyChanging("DeptStkOuts");
     entity.Prd = null;
 }
 partial void DeleteDeptStkOut(DeptStkOut instance);
 partial void UpdateDeptStkOut(DeptStkOut instance);
 partial void InsertDeptStkOut(DeptStkOut instance);