public async Task <IActionResult> Add2([FromBody] KPIVM entity) { await _hubContext.Clients.All.SendAsync("SentMess", "message"); return(Ok(await _KPIService.AddAsync2(entity))); }