public static void Main(string[] args) { OrderService myService = new OrderService(); myService.Check(); }