public String saveNewOwner() {
   ownerDao.addNew(this.owner);
   this.ownerList = ownerDao.getAll();
   return "owners.jsf";
 }