public bool isEmpty() { return(MainDeck.Count() + SideDeck.Count() + ExtraDeck.Count() + TempDeck.Count() == 0); }