//public bool xoa(TheLoaiDTO tl)
        //{
        //    bool re = tlDAL.xoa(tl);
        //    return re;
        //}

        //public bool sua(TheLoaiDTO tl)
        //{
        //    bool re = tlDAL.sua(tl);
        //    return re;
        //}

        public List <PhieuMuonDTO> select()
        {
            return(pmDAL.select());
        }