public static List<Order> GetAllOrders() { BusinessObjects _businessObjects = new BusinessObjects(); return _businessObjects.GetAllOrders(); }