third step of search : better integration of search panel and debug from loaded search project and annotated project.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace FingersDance.Control.Menu
{
[Serializable]
public class Menu
{
public List<Item> Items = new List<Item>();
}
}