private void ResetCurrentList()
 {
     if (currentList != null)
     {
         currentList.GoStartOfTheList();
     }
 }