public static List<LichHoc> GetAll (SQLiteConnection connection) { list = new List<LichHoc> (); DataProvider dtb = new DataProvider (connection); list = dtb.GetAllLH (); return list; }