public virtual void Dispose(bool disposing) { if (!this.disposed) { if (disposing) { _db.Dispose(); } this.disposed = true; } }