public function renderContent()
 {
     $content = OpportunityProductUtils::makeOpportunityProductSelection($this->data, $this->opportunityId);
     $content .= $this->renderScripts();
     return $content;
 }