public ActionResult Remove(int id) { _adsService.Remove(id, CurrentUserId); return(RedirectToAction(nameof(Index))); }