public static function updateFormRules()
 {
     if (!empty(self::$_formRules)) {
         BlockFormRule::import(self::$_formRules);
     }
 }