public object Create(object parent, object configContext, XmlNode section)
        {
            IndexSets isConfig = new IndexSets();

            isConfig.LoadIndexSetArray(section);
            return(isConfig);
        }
		public object Create(object parent, object configContext, XmlNode section)
		{
            IndexSets isConfig = new IndexSets();
            isConfig.LoadIndexSetArray(section);
            return isConfig;
		}