public async Task Delete(int id)
 {
     await _artistContext.Delete(id);
 }