// GET: Producto
 public ActionResult Index()
 {
     return(View(man.ListaProductosAll()));
 }