public function __construct()
 {
     parent::__construct();
 }
 /**
  * 
  * the constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->objParams = new ShowbizParams();
 }