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