public async Task <IActionResult> Index() { var vendas = await _vendaRepositorio.BuscarVendas(); return(View(vendas)); }