public MainForm() { InitializeComponent(); OrderProvider orderProvider = new OrderProvider(); orderProvider.CountAll(); }