partial void DeleteDeptPrmtn(DeptPrmtn instance);
 partial void UpdateDeptPrmtn(DeptPrmtn instance);
 private void detach_DeptPrmtns(DeptPrmtn entity)
 {
     this.SendPropertyChanging("DeptPrmtns");
     entity.Promo = null;
 }
 partial void InsertDeptPrmtn(DeptPrmtn instance);
 private void attach_DeptPrmtns(DeptPrmtn entity)
 {
     this.SendPropertyChanging("DeptPrmtns");
     entity.Prd = this;
 }