public ActionResult AdicionarPessoas(Pessoa d) { ps.Adicionar(d); return(View("ListPessoas", ps.Listar())); }