//
        // GET: /Menu/

        public ActionResult Index()
        {
            ViewBag.CanonicalUrl = SEO.Menu_Index_Canonical();
            ViewBag.Title        = SEO.Menu_Index_Title();
            ViewBag.Description  = SEO.Menu_Index_Description();
            ViewBag.Keywords     = SEO.Menu_Index_Keywords();

            return(View());
        }