public DataSet CreateTickeException_HandpayCage(int Bar_Pos, Double TicketValue, string Server, int isHandpayResponse, string HP_Type)
 {
     try
     {
         LinqDataAccessDataContext linqDB = new LinqDataAccessDataContext();
         return(linqDB.createTickeException_HandpayCAGE(Bar_Pos, TicketValue, Server, isHandpayResponse, HP_Type));
     }
     catch (Exception Ex)
     {
         ExceptionManager.Publish(Ex);
     }
     return(null);
 }