상속: INotifyPropertyChanged
 private void LoadDataAction(object o)
 {
     this._currentTrack = new Song()
     {
     };
 }