public Event()
        {
            EventType = EventFactory.CreateEventType();

            TimeSpan = EventFactory.CreateTimeSpan();
        }