Object that's passed in isn't recognized as an object?
I'm getting an error saying
An object reference is required for the non-static field, method, or property 'Program.mainMenu(List<Lot>)' When I try to call mainMenu() in my main method. Am I not passing the auction variable correctly?