public void Dispose() { validator = null; }
public CourseModelValidatorTest() { validator = new CourseModelValidator(); }