public Grupo buscarPorId(Long id) {
   return grupoRepository.buscarPorId(id);
 }