public async Task <IActionResult> ConfirmZAGS(Guid id) { await _service.ConfirmZags(id, true); return(Ok()); }