public List <Tin> LayMaLoaiTin7(string MaLoaiTin) { TinDAL t = new TinDAL(); return(t.LayMaLoaiTin7(MaLoaiTin)); }