public void Add( GQMenuItem item ) { list.Add( item ); }
public GQMenu( GQMenuItem item ) { Add( item ); }