public void DeleteSeries(int userId, string seriesId)
 {
     _watchlistRepository.DeleteSeries(userId, seriesId);
 }