public List <Tin> LayMaTin(string MaTin)
        {
            TinDAL t = new TinDAL();

            return(t.LayMaTin(MaTin));
        }