public RequestResult <List <MED_EVENT_SORT> > GetEventSortList() { List <MED_EVENT_SORT> result = dictService.GetEventSortList(); return(Success(result)); }