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