public function get_epigrafes()
 {
     $epigrafe = new epigrafe();
     return $epigrafe->all_from_grupo($this->idgrupo);
 }