// GET: Landing public ActionResult Index() { ThemeHelper.ClearTheme(System.Web.HttpContext.Current); return(View()); }