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