public function render(Varien_Object $row)
 {
     return $row->getBillFirstname() . " " . $row->getBillLastname();
 }