public void testInheritanceReference() {
logger.log(BasicLevel.DEBUG, "***************testInheritanceReference*****************");
Author author1 = new Author("Marx", "Karl");
Author author2 = new Author("Kissinger", "Henry");
Editor editor1 = new Editor("Plon");
Editor editor2 = new Editor("Robert");
Style style1 = new Style("act", "action");
Style style2 = new Style("thr", "thriller");
Dictionnary dictionnary = new Dictionnary(332, author2, 950, 12000, 1999, editor2);