public String showOwner(long id) {
   this.owner = ownerDao.findById(id);
   return "showOwner.jsf";
 }