public SongController(ISongModule songModule) { _songModule = songModule; }
public SongService() { _songModule = new SongModule(); }