private async Task <bool> RecordExists(int id) { return(await _recordService.Exists(e => e.RecordId == id)); }