public string cargarApellidoYNombres(int documento_deportista) { var _gestorDeportista = new GestorDeportista(); return _gestorDeportista.getNombres(documento_deportista); }