public function actionList()
 {
     $result = RequestShipping::model()->findAll();
     $this->render("list", array("result" => $result));
 }