public async Task UnhideBar([FromBody] BarViewModel vm)
 {
     await _barServices.UnhideAsync(vm.Id);
 }