public List <PersonVO> FindAll()
 {
     return(_converter.ParceList(_repository.FindAll()));
 }