public void Dispose() { try { _database.Dispose(); } catch { } try { _server = null; } catch { } try { //_mySqlScript = null; } catch { } }