/**
  * Constructor
  */
 function VGWortGridRow($submissionId)
 {
     $this->_submissionId = $submissionId;
     parent::GridRow();
 }