protected void Dispose(bool disposing) { if (disposing) { if (_db != null) { _db.Dispose(); _db = null; } } }