public PedidosVO FindById(Guid id)
 {
     return(_converter.Parse(_repository.FindById(id)));
 }