public TwoTickets GetHisEntity(string id)
 {
     return(service.GetHisEntity(id));
 }