public static void Main()
music metal = new music();
music rock = new music();
music alternative = new music();
music classic = new music();
music jazz = new music();
Console.WriteLine(metal.year );
Console.WriteLine(rock.year );
Console.WriteLine(jazz.year );