/** Test of find method, of class TemplateControllerBean. */
 public void testFind() {
   System.out.println("find");
   TemplateControllerBean instance = new TemplateControllerBean();
   instance.find();
   // TODO review the generated test code and remove the default call to fail.
   fail("The test case is a prototype.");
 }