public void Dispose(bool disposing) { if (disposing) { if (repository != null) { repository.Dispose(); repository = null; } } }