public void Edades()
        {
            int total2 = PrimeService.Edades(1999, 10, 17);

            Assert.AreEqual(21, total2);
        }