public SongLoader(IDialogService dialogService, SongCollection songCollection) { _dialogService = dialogService; this.songCollection = songCollection; }