public void ItemEditComplete(WeightedListItemController item, int newValue)
 {
     Controller.Distributor.RedistributeWeights(_items.IndexOf(item), newValue);
     _isWaitingToRepopulate = true;
 }
 public void ItemEditComplete(WeightedListItemController item, int newValue)
 {
     Controller.Distributor.RedistributeWeights(_items.IndexOf(item), newValue);
     _isWaitingToRepopulate = true;
 }