public void ExisteTest() { bool paso = false; paso = PagoBLL.Existe(1); Assert.AreEqual(paso, true); }