public bool RemoveDeck(GameDeck deck) { return(Decks.Remove(deck)); }
public bool RemoveDeck(GameDeck deck) { return Decks.Remove(deck); }