/// <summary>
            /// US:834 method  called by the timer delegate when the timer fires
            /// </summary>
            /// <param name="stateInfo"></param>
            public void OnTimer(Object stateInfo)
            {
                CStatus       status = new CStatus();
                CCommunicator com    = new CCommunicator();

                status = com.ProcessOpenChecklistItems();
            }
        /// <summary>
        /// US:834 Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            components       = new System.ComponentModel.Container();
            this.ServiceName = "VAPPCTCommService";

            //TODO: just testing below...
            CCommunicator com = new CCommunicator();

            com.ProcessOpenChecklistItems();
        }