public bool ClearTicketStatus(string Ticket, string DeviceID)
 {
     return(objCashDesk.ClearTicketStatus(Ticket, DeviceID));
 }