function AjaxData($param)
{
    $password = new PasswordGenerator();
    return $password->getAjaxData($param);
}