function MY_Form_validation($config = array())
 {
     parent::CI_Form_Validation($config);
     $this->_config_rules = $config;
 }