public ActionResult Producto(string producto) { ViewBag.message = producto; RepoDapper Repo = new RepoDapper(); var est = Repo.ReporteProducto(producto); return(View(est)); }