public void OnGet() { this.Mensaje = config["Mensaje"]; this.Estudiantes = EstudianteService.GetEstudiantePorNombre(Texto); }