public function getPaymentAccountModel()
 {
     $model = new PaymentAccount();
     return $model->initialize($this->getParameters());
 }