public Album(Artist main_artist, string name, Genre genre, int year) : base(name, genre, year) { this.main_artist = main_artist; }