public function refreshTimeout(\DateInterval $interval = NULL)
 {
     $this->__load();
     return parent::refreshTimeout($interval);
 }