private void GetBrandStoreHeader()
 {
     if (Month != null)
     {
         if (TblItemDownLoadDef != null)
         {
             if (Year != null)
             {
                 if (ItemDownloadDefPerRow.Code != null)
                 {
                     _client.GetTblBrandStoreTargetHeaderAsync((int)Month, (int)TblItemDownLoadDef, (int)Year, ItemDownloadDefPerRow.Code, LoggedUserInfo.DatabasEname);
                 }
             }
         }
     }
 }