public List <TwoTickets> GetHistoryListByTime(int count, string field, string sort = "desc")
 {
     return(service.GetHistoryListByTime(count, field));
 }