public void back() { if (hasPrev()) { Next.Push(new Item(Title, Url)); Item current = Prev.Pop(); Title = current.Title; Url = current.Url; } }