public ActionResult Remover(int id) { var dao = new AcrescimoMeioTransporteDAO(); AcrescimoMeioTransporte acrescimo = dao.BuscarPorId(id); return(View(acrescimo)); }