public ActionResult Index() { ViewBag.Feeds = Feeds.GetFeeds(Server.MapPath("~/Feeds.txt")); return(View()); }