protected List <string> SelectWithFilter(List <string> regex_filters) { if (handSets == null) { InitializeDataStruct(); } return(handSets.SelectWithFilter(regex_filters)); }