public static List<LichThi> getAll(SQLiteConnection connection)
        {
			list = new List<LichThi>();
			DataProvider dtb = new DataProvider (connection);
			list = dtb.GetAllLT ();
            return list;
        }