public IActionResult AddPopularMovies() { try { _moviesService.AddPopular(); return(Ok()); } catch { return(NotFound()); } }