public ActionResult Delete(int id)
 {
     catService.Eliminar(id);
     return(RedirectToAction("Index"));
 }