public HttpResponseMessage GetProgress() { ProgressService progSvc = new ProgressService(); List <Progress> progressList = progSvc.GetProgress(); return(Request.CreateResponse(HttpStatusCode.OK, progressList)); }