public ActionResult RenderFooter()
        {
            var _model = _layoutService.GetFooterViewModel(CurrentPage.Id);

            return(PartialView("Components/Footer", _model));
        }