public List <AcceptedResponseDTO> GetAcceptedResponses(string id)
 {
     return(_responseContext.GetAcceptedResponses(id).ToList());
 }