public function __construct(PDO $connection)
 {
     parent::__construct();
     $this->connection = $connection;
 }