public void ExisteTest()
        {
            var paso = PersonaBLL.Existe(1);

            Assert.IsNotNull(paso);
        }