/**
  * Get the arguments that will identify the data in the grid.
  * Overridden by child grids.
  * @return array
  */
 function getRequestArgs()
 {
     return array_merge(parent::getRequestArgs(), array('representationId' => $this->getRepresentation()->getId()));
 }