public ItemData() { System.Random random = new System.Random(); Id = random.GetHashCode().ToString(); }