public IEnumerable <Watched> GetAllUsersWatchedAMovie()
 {
     return(_watchedMovieRepository.GetAllUsersWatchedAMovie());
 }