void PrepareSetofItems() { SetOfItems = TestSet.RandomSet(_qty, _minV, _maxV, _minW, _maxW); ItemGrid.ItemsSource = SetOfItems; }