public IList <ComboDeProductos> ListarIdYNombreDeProductosPorColor(string elColor)
        {
            var elRepositorio = new Repositorio.Productos();
            var elResultado   = elRepositorio.ListarIdYNombreDeProductosPorColor(elColor);

            return(elResultado);
        }