combinations.OrderBy(x => Int32.Parse(x.Substring(0, 1))).ThenBy(x => Int32.Parse(x.Substring(1, 2)))