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