public void AddOrderJson(Order entity) { try { var model = new OrderDao(); var result = model.AddOrderJson(entity); } catch (Exception) { throw; } }