public function render(Varien_Object $row)
 {
     $sender = $row->getWarehouseNameFrom();
     $recipient = $row->getWarehouseNameTo();
     $html = $sender . "/" . $recipient;
     return $html;
 }