public function getParamUrl($id)
 {
     return intval(MY_Controller::decode_id($this->security->xss_clean($this->uri->segment($id))));
 }