public ActionResult Index()
        {
            List <Restaurant> topThree = MethodCalls.TopThree();

            ViewBag.topThree = topThree;
            return(View());
        }