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