public function actionLoad_report_income_expenses()
 {
     $report = new Report();
     $type = $report->Get_type();
     return $this->renderPartial('load_report_income_expenses', ['type' => $type]);
 }