public static void XoaBH(string MaBH) { try { Kho dao = new Kho(); dao.XoaBH(MaBH); } catch (SqlException ex) { throw ex; } }