public void ViewCateNewsGroup()
        {
            var cateNewsGroupBSO = new CateNewsGroupBSO();
            var table = cateNewsGroupBSO.GetCateNewsGroupHomeAll();

            DataList1.DataSource = table;
            DataList1.DataBind();
        }