public TrackControllerImpl(IiTunes iTunes, UserLibraryImpl library, TrackFactory trackFactory) {
this.iTunes = iTunes;
this.library = library;
this.trackFactory = trackFactory;
this.lastPlayedService = new LastPlayedService(this.iTunes, this.library);
}