private void Dispose(bool disposing) { if (dataContent != null) { dataContent.Dispose(); dataContent = null; } }