public IEnumerable <Order> GetAllOrders()
 {
     return(orders.GetAllOrders());
 }