public ActionResult DeleteConfirmed(int id)
 {
     _service.Desativar(Convert.ToInt32(id));
     return(RedirectToAction("Index"));
 }