private function _changeStatus($orderId, $status) { $this->_orderModel->update(array("status" => $status), array("id" => $orderId)); }