public WorkTicketHistorySH GetWorkTicketHisSHById(string id)
 {
     return(service.GetWorkTicketHisSHById(id));
 }