protected virtual void Dispose(bool disposing) { if (disposing) { if (_songPlayer != null) { _songPlayer.Dispose(); _songPlayer = null; } } }