/**
  * Get table name
  *
  * @return string
  */
 public function getTable()
 {
     return $this->Period->getTable();
 }