protected function handle_submit()
 {
     $form = $this->get_form();
     CommentsManager::edit_comment($this->id_comment, $form->get_value('message'));
     AppContext::get_response()->redirect(CommentsUrlBuilder::comment_added($this->topic_path, $this->id_comment));
 }