public void StudentsManagerPopulateTableTest()
        {
            bool sucess = StudentsManager.PopulateTable();

            Assert.IsTrue(sucess);
        }