public JsonResult Monster(int id) { var model = _monsterService.Find(id); return(Result(HttpStatusCode.OK, model)); }