public IHttpActionResult UpdateBakeryItem(int id) { OrdersDAL dal = new OrdersDAL(); dal.ChangeActivityBakery(id); return(Ok()); }