public DataSet ServiceGetConsultaProducto() { NegocioProducto auxn = new NegocioProducto(); return(auxn.consulta()); }