public static List <Producto> ObtenerProducto() { List <Producto> lista = DataProduct.Obtener(); return(lista); }