System.out.println(admin.delete(son));
}
public void testQuerySystemWithInheritance(){
Reference1 ref = new Reference1();
ref.setValue("house");
Son1 son = new Son1();
son.setData("data from son");
son.setSonName("child");
son.setDescription("parent description");