public class RestaurantManagement { public static void main(String[] args) { SystemController systemController = new SystemController(); systemController.startSystem(); } }