public void GetEnumList() { EnumList.Clear(); _enumService.GetEnumByGroupSeq(0).ToList().ForEach(x => { EnumList.Add(x); }); }