public IActionResult Get() { try { return(Ok(_newService.GetNewList())); } catch (Exception e) { return(BadRequest(e.Message)); } }