public SongViewModel(Song song) { this._song = song; }
public SongViewModel() { this._song = new Song(); }