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