public void DeleteShow(int userId, string showId)
 {
     _watchlistRepository.DeleteShow(userId, showId);
 }