public function __construct()
 {
     parent::__construct();
     $this->_CI =& get_instance();
     $this->_CI->load->model('Do_hotel');
     $this->_revFilters = new FilterCollection();
 }
 public function __construct()
 {
     parent::__construct();
     $this->_CI->load->model('Do_usergroup');
 }