public void Insert(Word w) { Collection.Insert(Pointer, w); }
public void Add(Word token) { Collection.Add(token); }