function userStatus()
 {
     $userID = eZUser::currentUserID();
     return eZCollaborationItemStatus::fetch($this->ID, $userID);
 }