public static void Main()
Console.WriteLine("Please enter number between 1 and 4");
season = int.Parse(Console.ReadLine());
Console.WriteLine("Spring");
Console.WriteLine("Summer");
Console.WriteLine("Autumn");
Console.WriteLine("Winter");
Console.WriteLine("Bad choice, the number should be from 1 to 4, the seasons of the year");