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