/**
  * I'm tired of writing comments!
  * @return form for Comments
  */
 public function CommentForm()
 {
     $siteconfig = $this->getCurrentSiteConfig();
     $params = $this->getURLParams();
     return CommentForm::create($this, 'CommentForm', $siteconfig, $params);
 }