public SALDO[] GetBalance(string idCuenta) { try { return(model.GetBalance(idCuenta)); } catch (Exception) { throw; } }