//=================================================================

            /// <summary>
            /// Constructor
            /// </summary>
            /// <param name="lc">The list control to which the comparer belongs</param>
            public ItemComparer(BaseListControl lc)
            {
                listControl = lc;
            }
            //=================================================================

            /// <summary>
            /// Constructor
            /// </summary>
            /// <param name="lc">The list control to which the collection belongs</param>
            public ObjectCollection(BaseListControl lc)
            {
                owner = lc;
            }