public IList <TwoTickets> GetListByName(string name)
 {
     return(service.GetListByName(name));
 }