public function get_cuentas()
 {
     $cuenta = new cuenta();
     return $cuenta->full_from_epigrafe($this->idepigrafe);
 }