public Inventory Item(int index) { if (InventoryItems != null && InventoryItems.Any()) { return(InventoryItems.ElementAt(index)); } return(null); }