public ActionResult About() { SetCurrentMenu(); var model = LayoutRepository.LoadDefaultIntroduction(); return(View(model)); }