static void Main(string[] args) { MarkDao t = new MarkDao(); foreach (var test in t.GetAll()) { Console.WriteLine(test); } }