// Add to watchlist public ActionResult AddToWatchList(string Id) { watchListService.AddToWatchList(this.HttpContext, Id); return(RedirectToAction("Index")); }