public List<EstatisticaServidor> buscar(Servidor servidor) {
   return dao.buscar(servidor);
 }