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