public function actionHistorySalary()
 {
     $model = new LbEmployeePayment();
     LBApplicationUI::renderPartial($this, '_form_employee_report', array('model' => $model));
 }