protected void beforeShow(Form f) {
   aboutToShowThisContainer = f;
   if ("Main".equals(f.getName())) {
     beforeMain(f);
     aboutToShowThisContainer = null;
     return;
   }
 }