public function __construct($main, $action)
 {
     $this->mAction = $action;
     parent::__construct($main, $action);
 }