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