public List <Order> GetAll() { return(orderDao.GetAll()); }
//Get a list of all the orders from the DAO public List <Order> GetAllOrders() { return(order_DAO.GetAll()); }