serviceAuthentification.Login("user1","password1");
}
public void testgetEmploye()
{
ServiceAuthentificationImpl serviceAuthentification = new ServiceAuthentificationImpl();
System.out.println(serviceAuthentification.getEmploye("John"));
// System.out.println(serviceAuthentification.getEmploye("user1"));
}