public ActionResult Index()
 {
     return(View(new PageViewModel {
         Content = _pageContentService.GetContent()
     }));
 }