public function actionDisplayImage($kd)
 {
     $arsip_file = Arsipterm::find()->where(['KD_RIB' => $kd])->asArray()->all();
     return $this->renderAjax('display_image', ['arsip_file' => $arsip_file]);
 }