public async Task <IActionResult> Delete(int id) { var data = await _employee.DeleteAsync(id); return(Ok(data)); }