public static void Main()
 {
     Utilities.App app = new Utilities.App();
     app.InitializeComponent();
     app.Run();
 }