public IEnumerable <Watched> GetAllWatchedMovies(string userId)
 {
     return(_watchedMovieRepository.GetAllWatchedMovies(userId));
 }