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