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