public async void Delete(int id)
 {
     await _itemsManager.DeleteItem(id);
 }