public List <EventType> Getevent()
        {
            EventType evtype = new EventType();

            return(evtype.Getevtype());
        }