public void AddSupply(int count, Card cardType) { this.list.Add(new CardGainAvailablility(cardType, count, StartingLocation.Supply)); }