public void GeTListTest()
        {
            var list = GruposBLL.GeTList(g => true);

            Assert.IsNotNull(list);
        }