public function get_partidas_mes($offset = 0)
 {
     $part = new partida();
     return $part->libro_mes_subcuenta($this->idsubcuenta, $offset);
 }