public async Task <IActionResult> Position() { ViewBag.Result = await personalService.GetAllPositionAsync(); return(View()); }