public IActionResult getAllString() { var result = new JsonResult(_stringService.getAll()); return(result); }