public bool FeedExists(int id)
 {
     return(_rssFeedRepository.FeedExists(id));
 }