public void XoaQuanLy(int maql) { String query = string.Format(@"DELETE FROM QuanLy WHERE MaQuanLy = {0}", maql); DataProvider.ExecuteQuery(query); }