public async Task <List <Employe> > GetAllAsync() { var result = await _employeRepository.GetAllAsync(); return(result); }