static void Main(string[] args)
 {
     ScoreSorting.DisplayScores();
 }
 static void Main(string[] args)
 {
     //1) The user runs the program, and calls the DisplayScores() method from the class ScoreSorting
     ScoreSorting.DisplayScores();
 }