public int GetOrderId(int tableId)
 {
     return(odDal.GetOrderID(tableId));
 }