bool Remove(String s) { bool result = this._items.remove(s); if (result) { this.Changed(); } return result; }