public async Task <IActionResult> Add([FromBody] KPIVM entity) { return(Ok(await _KPIService.AddAsync(entity))); }