public async Task <IEnumerable <Employee> > Get()
 {
     return(await nwService.GetAllEmployeesAsync());
 }