public void DayStart(Day day) { UserInterface.DisplayCurrentWeather(day.weather); UserInterface.CurrentTemp(day.weather); day.CustomerCount(); day.customer.DesicionToBuy(day.weather, player1.recipe); }