public void GetordenesTest()
        {
            List <Ordenes> lista = OrdenesBLL.Getordenes();

            Assert.IsNotNull(lista);
        }