public IEnumerable <GrupoBusqueda> GetGruposDisponibles(string deportista)
 {
     return(GrupoRepositorio.GetGruposDisponibles(deportista));
 }