function __construct()
 {
     parent::__construct();
     $this->_init();
     $this->_connected = $this->_connect();
 }
 function __construct()
 {
     parent::__construct();
     $this->_init();
     $this->_db = new Database();
 }