public void updateFeedsTable() {
   feedsContainer.removeAllItems();
   feedsContainer.addAll(storageService.getAllfeeds());
 }