protected override void Dispose(bool disposing) { if (_Db != null) { _Db.Dispose(); } base.Dispose(disposing); }