static void Main(string[] args) { RandomList show = new RandomList(50, 10); show.TotalSum(); show.Sort(); }