public static IList <SelectListItem> GetEnumList <T>() { return(EnumHelper.GetSelectList(typeof(T))); }