/**
  * Runs the degree ceremony front end.
  * @param args
  *
  */
 public static void Main(String[] args)
 {
     DegreeCeremonyFrontEnd myDegreeCeremony = new DegreeCeremonyFrontEnd();
 }
 /**
  * Runs the degree ceremony front end.
  * @param args
  *
  */
 public static void Main(String[] args)
 {
     DegreeCeremonyFrontEnd myDegreeCeremony = new DegreeCeremonyFrontEnd();
 }