// GET: AdsManagement public ActionResult Index() { var ads = _service.GetAllAds(); return(View(ads)); }