public async Task GetEmployeList() { EmployeService employeService = new EmployeService(); Employes = await employeService.GetEmployeAsync(); }