// ASYNCHRONOUS public async Task <bool> DeleteTitleAsync(string id) { return(await _data.DeleteTitleAsync(id)); }