function adminInit()
 {
     parent::adminInit();
     add_action('admin_head', array($this, 'addActivationMetaBox'));
 }