@Override
 public void updateBrand(BrandUser brandUser) {
   brandUserdao.updateBrand(brandUser);
 }