public JsonResult LastIndex() { int id = FacturasBLL.Identity(); if (id > 1 || FacturasBLL.Listar().Count > 0) { ++id; } return(Json(id)); }