public void InvalidWhenStudentIdIsNotValid(int id)
 {
     validator.ShouldHaveValidationErrorFor(x => x.Id, id);
 }