public IActionResult RemoverCarro(int id) { _carroDAO.RemoverCarro(id); return(RedirectToAction("Index")); }