/**
  * Reload the data for this object from the table
  * @access public
  */
 private function reload()
 {
     $ret = $this->table->refresh();
     return $ret;
 }