public static void SuaHh(CHangHoa hh) { try { HangHoa dao = new HangHoa(); dao.SuaHangHoa(hh); } catch (SqlException ex) { throw ex; } }