public void TestStudentusername()
        {
            //Arrange
            StudentRegister check = new StudentRegister();
            // Act
            bool x = check.StudentUsername("Ibrahem1998");

            //Assert
            Assert.IsTrue(x);
        }