public async Task <ApiResponse> DeleteMultipleAsync(string ids) => await _staffService.DeleteMultipleAsync(ids);