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