public Album() { Artist = new Artist(); Tracks = new List<Track>(); }
public Album() { Artist = new Artist(); Tracks = new List <Track>(); }