// GET: Discussion public ActionResult Index() { ViewBag.Faq = db.GetFaq(true); ViewBag.Discussion = db.GetDiscussion(false); return(View()); }