public String EncryptPassword(Object password)
 {
     return EncryptionHelper.Encrypt(password.ToStringByDefaultValue());
 }