public function setAuthor(\Newscoop\Entity\Author $author = NULL)
 {
     $this->__load();
     return parent::setAuthor($author);
 }