public async Task <IActionResult> GetDetails(int id) { var entites = await _planeService.GetDetailsAsync(id); return(Json(entites)); }