private void LoadObjective_Async()
 {
     DAT_DomainContext context = new DAT_DomainContext();
     context.Load(context.GetPosObjectiveQuery(Utils.GetBrandCode(_productBrand), 1, _endYear -1, 12, _endYear, _dsIdsString), PosObjective_ResultCallBack, null);
 }