protected virtual void Dispose(bool disposing) { if (!disposedValue) { if (disposing) { _chartRepository.Dispose(); } disposedValue = true; } }