function CheckAccountIsNotExists(account)
{
   return AjaxMethod.ValiCompAccount(account).value;
}
