public async Task <IActionResult> GetAllKpiKindWithLang(string lang) { return(Ok(await _KPIService.GetAllKpiKindWithLang(lang))); }