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