[SetUp] //to initialize a user to authentification test
 public void CreationOfUserToTest()
 {
     EntityGenerator generator = new EntityGenerator(dbContext);
     Student         student   = generator.CreateStudentUser(expectedlogin, expectedpassword);
 }