!7 concept Person { S firstName, lastName, phone; } p-substance { db(); new SimpleCRUD(Person).show(); }