public trueorfalse Add1([FromBody] trueorfalse question) { return(repository.Add1((int)question.ID, question)); }