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