// Método responsável por retornar todas as pessoas public List <PersonVO> FindAll() { return(_converter.ParserList(_repository.FindAll())); }