function __construct($id, $mode = false)
 {
     parent::__construct($id, $mode);
 }
 function __construct($queryID, $mode = false)
 {
     parent::__construct($queryID, $mode);
 }