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