public ActionResult Index() { return(View(_managerSlider.List().OrderByDescending(x => x.ID).ToList())); }