} // end of ToString

        #endregion

        #region Clone

        override public Event Clone()
        {
            return(new EventOutpatientStartDispatching(ParentControlUnit, (EntityWaitingListSchedule)WaitingListSchedule.Clone(), InputData));
        } // end of Clone