public function actionCancel($rid)
 {
     $res = Res::model()->findByPk($rid);
     $res->delete();
 }