public function notificationRecipients($comment)
 {
     $author = $this->Author();
     if ($author && $author->exists()) {
         return new ArrayList(array($author));
     }
     return parent::notificationRecipients($comment);
 }