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