public void SetAccount(BnetAccount account)
 {
     this.m_account   = account;
     this.m_accountId = account.GetId();
 }