for (int i = 0; i < _items.Count; i++) { Client cl = (Client)_items[i]; cl.credit += 100; }
_items[i] = cl;