public static function getAllIdName()
 {
     return ArrayHelper::map(RuleValue::all(), 'id', 'name');
 }