protected override void Dispose(bool disposing) { if (disposing) { _newsManager.Dispose(); _newsManager = null; base.Dispose(disposing); } }