public async Task <IActionResult> Add(Employee staff) { var data = await _employee.AddAsync(staff); return(Ok(data)); }