public void LoadLocalFilter(string localName, ListBoxBase listBox) { var filter = this[localName]; if (filter != null) { listBox.SetSelectedIndexes((List <int>)filter); } }