/**
  * Do not accept any parameter
  */
 public function __construct()
 {
     parent::__construct(null);
 }