public function __construct($number = null)
 {
     parent::__construct();
     $this->number = $number;
 }