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