private static void DisplayList(SingleList <int> linkedList)
 {
     linkedList.Display();
 }