public function getJabatan()
 {
     return $this->hasOne(Jabatan::className(), ['id_jabatan' => 'id_jabatan']);
 }