public int AddOrder(OrderHistory order)
 {
     return(_foodDataAccess.AddOrder(order));
 }