/** Check if the user is permitted to use the form */
 public static boolean isPermitted(Session s) {
   return s.canRead(LaneUseMulti.SONAR_TYPE);
 }