private void RefreshCards(string category, string deck) { lbCards.LoadItems(_cardsService.GetAll(_topic, category, deck)); }