public function __construct()
 {
     $this->config = json_decode(file_get_contents(__DIR__ . '/../Config/config.json'));
     $this->setLimit();
     $this->setOffset($this->limit);
     $this->dao = PDOFactory::getMysqlCo();
 }
 public function __construct()
 {
     $this->dao = PDOFactory::getMysqlCo();
 }