static List<DatePart> get listFromBig { var list = DatePart.values; list.sort(((a, b) => b.ind.compareTo(a.ind))); return list; }