private void detach_DeptRetCosts(DeptRetCost entity)
 {
     this.SendPropertyChanging("DeptRetCosts");
     entity.DeptRet = null;
 }
 partial void UpdateDeptRetCost(DeptRetCost instance);
 partial void DeleteDeptRetCost(DeptRetCost instance);
 partial void InsertDeptRetCost(DeptRetCost instance);