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