public int GetCount(int id) { return(MainDeck.GetCount(id) + SideDeck.GetCount(id) + ExtraDeck.GetCount(id)); }