public void Add(Boek boek) { _Count++; Array.Resize(ref _Items, GetCount()); _Items[GetCount() - 1] = boek; }