/// <summary> Пауза </summary> public void Pause() { if (MP.Source != null) { MP.Pause(); timer.Stop(); IsPlaying = false; OnPropertyChanged(); } }