public function actionPartner()
 {
     $model = new \app\modules\cms\models\Partner();
     $items = $model->invitedList();
     $historyList = \app\modules\cms\models\BalanceHistory::getByUserId();
     return $this->render('partner', ['items' => $items, 'historyList' => $historyList]);
 }