public HttpResponseMessage Get(int Id) { Role img = repo.GetRole(Id); return(Request.CreateResponse(HttpStatusCode.OK, img)); }