public class GestioneNegozio {
  
  public static void main(String[] args) {
    new NegozioFrame();
  }
}