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