public static bool XoaCTTT(CTTT CTTTDTO) { return(CTTT_DAO.XoaCTTT(CTTTDTO)); }
public static List <CTTT> LoadCTTT() { return(CTTT_DAO.LoadCTTT()); }