private MenuPage headEntry; // The first page in the menu. public Menu(string description) { this.description = description; headEntry = new MenuPage(description); }