public function getBorrowerLastName()
 {
     $this->__load();
     return parent::getBorrowerLastName();
 }