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