private void RefreshFeeds()
 {
     feeds = feedService.GetFeeds();
     FeedList.ItemsSource = feeds;
 }