public function processSave()
 {
     $confirmpayment = new TableConfirmPayment();
     $this->errors = array_merge($this->errors, $confirmpayment->validateFieldsRequiredDatabase());
     return parent::processSave();
 }