private void GetList()
 {
     ShowShop.BLL.SystemInfo.ArticleChannel bll = new ShowShop.BLL.SystemInfo.ArticleChannel();
     this.lblView.Text = bll.GetList();
     bll = null;
 }