public int GetSelectResultCountByTicketNum(string strTicketNum)
 {
     return(access.GetSelectResultCountByTicketNum(strTicketNum));
 }