public enum ItemSortMethod { Name = 0, PriceAscending = 1, PriceDescending = 2 }