@BeforeClass
 public static void before() {
   NotesThread.sinitThread();
 }
 @AfterClass
 public static void after() {
   NotesThread.stermThread();
 }