/**
  * [getInfoKK description]
  * @param  [type] $nik [description]
  * @return [type]      [description]
  */
 private function getInfoKK($nik)
 {
     $model = new ApiResources();
     $data = $model->getInfoKK($nik);
     return $this->exchangeData($data);
 }