public ActionResult PutWorking(int id, [FromBody] bool value) { _bookingRepository.updateWorking(id, value); return(NoContent()); }