public static void SuaNH(CNhomHang nh) { try { HangHoa dao = new HangHoa(); dao.SuaNhomHang(nh); } catch (SqlException ex) { throw ex; } }