public void XoaTheLoai(string maTheLoai) { try { TheLoaiDAO TheLoai = new TheLoaiDAO(); TheLoai.XoaTheLoai(maTheLoai); } catch (Exception) { throw; } }