/**
  * Get the table actions.
  *
  * @return Component\Action\ActionCollection
  */
 public function getTableActions()
 {
     return $this->table->getActions();
 }