public void REQ_3_DisconnectCashier_RigthMatricule_LoggedEmployee()
        {
            var cashier = _authentificationService.ConnectCashier("123456");

            Assert.IsNotNull(cashier);

            _authentificationService.DisconnectEmployee(cashier.Login);
        }