public async Task <IActionResult> DeleteKpiKind(int id) { return(Ok(await _KPIService.RemoveKpiKind(id))); }