public ActionResult Gallery() { ViewBag.CanonicalUrl = SEO.Home_Gallery_Canonical(); ViewBag.Title = SEO.Home_Gallery_Title(); ViewBag.Description = SEO.Home_Gallery_Description(); ViewBag.Keywords = SEO.Home_Gallery_Keywords(); return(View()); }