public async Task <IActionResult> GetRoles(string id) { return(Json(await _personelService.GetPersonelRoles(id))); }