private void TabData1Event(object sender, TabData1EventArgs e)
 {
     if (e != null && e.TabData != null)
     {
         if (TransactinosViewerWindow.Follower == "Account Widget")
         {
             TransactinosViewerWindow.AccountId   = Convert.ToDecimal(e.TabData.PublishedText);
             TransactinosViewerWindow.AccountName = Convert.ToString(e.TabData.accountname);
             TransactinosViewerWindow.UpdateAccoutText();
             TransactinosViewerWindow.se_get_ipo_data();
         }
     }
 }
        private void TabData1Event(object sender, TabData1EventArgs e)
        {
            if (e != null && e.TabData != null)
            {
                //if (TopSecuritiesViewerWindow.Follower == "Account Widget")
                //{
                //    if (e.TabData.widget == "Message Viewer")
                //    {
                //        if (e.TabData.widget == TopSecuritiesViewerWindow.Followingwidget)
                //        {
                //            TopSecuritiesViewerWindow.LinkID = Convert.ToInt32(e.TabData.link_id);

                //            TopSecuritiesViewerWindow.Get_ChartData();
                //        }
                //    }

                //}
            }
        }