private static void DeletePizza() { PostParams = WebUtil.RetrievePostParameters(); DataBridge.DeletePizzaById(int.Parse(PostParams["pizzaId"])); }