$this->crud->set_relation_n_n('regions', 'objects_regions', 'regions', 'object_id', 'region_id', 'name');
if ($this->action == 'Снимут') {
$this->crud->field_type('regions', 'multiselect');
} else {
$this->crud->field_type('regions', 'dropdown');
}