public static void ShuffleQeustions() => CurrentExam.Shuffle();
public static void SortQeustion() => CurrentExam.OrderBy(x => x.ID);