public static void SuaKho(CKho kho) { try { Kho dao = new Kho(); dao.SuaKho(kho); } catch (SqlException ex) { throw ex; } }