private void StopFile() { media.Stop(); this.media.Source(null); this.isPause = false; this.isPlay = false; }