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