public SavedSearch Clone()
        {
            SearchItemSet s  = search.Clone();
            SearchOptions o  = options.Copy();
            SavedSearch   ss = new SavedSearch(name, s, o);

            return(ss);
        }