public override Serialisable Lookup(Context cx)
 {
     return((cx.head is SearchRowSet.SearchRowBookmark srb) ?
            source.Lookup(cx) : this);
 }
 public override Serialisable Lookup(string a)
 {
     return(sce.Lookup(a));
 }