public function getCharge()
 {
     return $this->hasOne(Charge::className(), ['ip' => 'ip']);
 }