void removeItem(DiscoveryCard discovery) { inventory.Remove(discovery); }
void addItem(DiscoveryCard discovery) { inventory.Add(discovery); }