public void Update()
 {
     customerDao.SaveOrUpdate(customer);
 }