public ActionResult Slide() { var model = LayoutRepository.FetchListSlides(); return(PartialView("_Slide", model)); }