public void postInitialize() throws ReferenceNotRegisteredException {
   super.postInitialize();
   // Regsiter Draw Operations
   Draw.register();
   DrawInts.register();
   AggregateDrawInts.register();
   AggregateDraw.register();
 }