Hi, In my current project I have quite a few ZClasses that can only be created from forms in an instance of another class. For example, I have a class ContactList normally only containing Contacts. I create new Contacts using a method of ContactList. Can I safely delete the Contact_add, Contact_addForm, Contact_factory and Contact_add_permission items from the ZClass folder? Douwe