public bool Update1(int id, [FromBody] trueorfalse question) { return(repository.Update1(id, question)); }