public function readMetadata($xmlArr)
 {
     parent::readMetadata($xmlArr);
     $this->activeModuleName = Openbiz::$app->getSessionContext()->getVar("LIC_MODULE");
 }
 public function readMetadata($xmlArr)
 {
     parent::readMetadata($xmlArr);
     $this->m_ActiveModuleName = BizSystem::instance()->getSessionContext()->getVar("LIC_MODULE");
 }