public function __construct()
 {
     parent::__construct();
     $this->classes = new OBJECT_FACTORY();
     $this->_initialize_class_registry();
 }