@Before
 static void checkAuthentification() {
   if (session.get("user") == null) Public.login(null, null);
 }