public IHttpActionResult Get(int id)
 {
     return(new ApiResponseResult(foldersService.Get(id)));
 }