= PartObjects =

These are the Sections from the Locus forms. They encapsulate the data for each section and contain the following functionality:

 1. Load (Constructor)
 1. Save found in public void saveRow(); 
 1. private void buildControl() which creates the public Panel control which is added to the LocusDataBase object.

These will usually contain the following properties:

 1. Panel
 1. parentLocus reference
 1. DataTable or Dataset object
 1. TableAdapter or TableAdapterManager
 1. Data Row in the database
 1. Additional section specific properties.