public IActionResult ListaAdocao()
        {
            var lista = bichinhoRepo.ListaAdocao();

            return(View(lista));
        }