public function get_subcuentas() { $subcuenta = new subcuenta(); return $subcuenta->all_from_cuenta($this->idcuenta); }