public void removeFromInventory(Items item) { currentItems.Remove(item); }
public void addToInventory(Items item) { currentItems.Add(item); }