/**
  * get creator of action
  * 
  * @return Participation_Participant
  * @access public
  * @since 1/23/09
  */
 public function getParticipant()
 {
     $id = $this->_node->getCreator()->getIdString();
     return $this->_view->getParticipant($id);
 }