public void ViewCateNewsGroup()
 {
     CateNewsGroupBSO cateNewsGroupBSO = new CateNewsGroupBSO();
     DataTable table = cateNewsGroupBSO.GetCateNewsGroupPageAll();
     
     DataList1.DataSource = table;
     DataList1.DataBind();
 }