public async Task Delete(string id)
 {
     await db.Remove(id);
 }