public function __construct()
 {
     $this->_entity = Mage::getModel('sales_entity/order');
     $this->_read = $this->_entity->getReadConnection();
 }