/**
  * @param string $body
  */
 private function fill_body_frame($body)
 {
     $this->helper_context->iFillInFrameWith($this->article_page->get_frame('BODY'), $body);
 }