public void UpdateAccount(Client.ServiceRef.DTO_ACCOUNT account)
 {
     base.Channel.UpdateAccount(account);
 }
 public void RegisterAccount(Client.ServiceRef.DTO_ACCOUNT account)
 {
     base.Channel.RegisterAccount(account);
 }