public void DeleteShop(int id)
 {
     _shopsRepository.DeleteShop(id);
 }