public async Task <IActionResult> GetSingle(int id) { return(Ok(await _airlineService.GetSingle(id))); }