public ActionResult DeleteConfirmed(int id) { PacienteDAL pd = new PacienteDAL(); pd.DeletarPaciente(id); return(RedirectToAction("Index")); }