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