//Metodo para trazer todos os registros public List <PersonVO> FindAll() { return(_Converter.PaserList(_repository.FindAll())); }