public ActionResult Index() { ViewBag.config = GetWchatConfig(); string news = newsBll.GetNewsList(); ViewBag.News = news; return(View("Index")); }