// GET: Agendamento public ActionResult Index() { ViewBag.Data = DateTime.Now; return(View(AgendamentoDAO.ListarAgendamentos())); }