public void AddToHistory(int userId, string showId, WatchStatus status)
 {
     _watchlistRepository.AddToHistory(userId, showId, status);
 }