public HttpResponseMessage DeleteFile(int Id) { organizerService.DeleteFile(Id); return(Request.CreateResponse(HttpStatusCode.OK)); }