public bool DeleteWaypoint(int idChallenge, int idWaypoint) { return(_challengeRepository.DeleteWaypoint(idChallenge, idWaypoint)); }