// GET: Inventario
 public ActionResult Index()
 {
     return(View(inventariobl.listar()));
 }