modalpanel.setTitol("titol hora");
modalpanel.changeStatus(Modalpanel.ModalpanelStatus.VIP);
this.modalpanelRepository.save(modalpanel);
Person person = new Person();
person.setFirstName("pere");
person.setLastName("cots");
person.setLevel(0);
/*ApplicationContext ctx =
new AnnotationConfigApplicationContext(SpringMongoConfig.class);