public bool ValidateConnection() { using (var connection = new SqlCeConnection(ConnectionString)) { return(connection.Validate()); } }