public void createPersona(string nombre)
 {
     ContactoBLL.createPersona(Guid.NewGuid(), nombre);
 }