public List <PedidosVO> FindAll()
 {
     return(_converter.ParseList(_repository.FindAll()));
 }