public function addLastLogin(\Entities\UserLoginHistory $lastLogins)
 {
     $this->__load();
     return parent::addLastLogin($lastLogins);
 }