form->getState(); $examRep = new ExamRepository(); try { $this->record = $examRep->update($data, $this->record->id); send_admin_success_notification(); $this->redirect($this->getResource()::getUrl('index')); } catch (\Exception $exception) { send_admin_fail_notification($exception->getMessage()); } } }