// GET: Pessoas
 public IActionResult Index()
 {
     return(View(_pessoaRepositorio.PegarTodos()));
 }