public function dictionary($type, $options = [])
 {
     return $this->dropDownList(Dictionary::getLabels($type), $options);
 }