Label label = new Label();
label.setStudio( studio );
label.setName( "EMY" );
Artist artist = new Artist();
artist.setName( "The Beatles" );
artist.setLabel( label );
Song song = new Song();
song.setArtist( artist );
song.setTitle( "A Hard Day's Night" );