public function __construct($seats = 5)
 {
     parent::__construct($seats);
     $this->connections = new Vector();
 }