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