I added the Control Panel Object as Object type 'control.'
This will move the control panel classes away from the core 'manage' class into its own object type app space.
This will enable Object type manipulation of the Control Panel such as copy, cut, paste, undos etc....
Turned off the auto_increment reset for the core Object's tables
due to redundancies in regards to revisions and planned Undo features.
The rename, delete, and add Objects events history revisions 'oid' column now reflect the 'pid' or parent ID.
This will set pace for the planned Undo features.
If I delete an object in Folder A placing that history into that object would be pointless by placing that history
action within the pid we can see that in that folder object's undo list which will be used in the future to Undo actions.
In Zope the parent folder notes all actions contained in that folder no matter that depth,
we are not doing that quite yet.