/**
  * Retrieve remove url
  *
  * @param Enterprise_Rma_Model_Shipping $track
  * @return string
  */
 public function getRemoveUrl($track)
 {
     return $this->getUrl('*/*/removeTrack/', array('id' => $this->getRma()->getId(), 'track_id' => $track->getId()));
 }