public DetalleCuentaViewModel(string noCuenta, System.Windows.Threading.Dispatcher dispatcher) : base(dispatcher) { _cliente = (Application.Current as App).cliente; _cliente.detalleCuenta(noCuenta, ref _cuentaClabe, ref _alias, ref _saldo, ref _tipoProducto, ref _participacion, ref _cuentaMovil, ref _prefijo, ref _nombreCompania); }