public List <ImovelVO> FindById(string id)
 {
     return(_converter.ParseList(_repository.FindById(id)));
 }