private void ListAll() { Console.Clear(); if (!GarageExist()) { return; } Console.WriteLine(valet.ListAllParked()); }