public List <DTO.ChungTuGiam> GetThongTinCTGbyMaTS_BLL(string MaTS)
 {
     return(dt.GetThongTinCTGbyMaTS_DAL(MaTS));
 }