public function getUser()
 {
     return $this->hasOne(Userlogin::className(), ['id' => 'USER_ID']);
 }