public Stream RecuperarFotoDep(int documento_deportista) { var gd = new GestorDeportista(); return gd.ConsultarFoto(documento_deportista); }