public async Task <IActionResult> AddListMovie(int Id) { TempData["Active"] = "Film"; await _movieService.AddListMovie(Id); return(Json(null)); }