public function getRoles()
 {
     return array_merge(parent::getRoles(), array(array('reply')));
 }