'course'=>[
'type' => Form::INPUT_DROPDOWN_LIST, 
'items'=>ArrayHelper::map(Program::find()->all(),'program','program'),
],