public List <LotteryPlays> GetLotteryPlayList(string Guid, string LotteryType)
 {
     if (!isLogin(Guid))
     {
         return(null);
     }
     return(EntitiesTool.GetLotteryPlayList(LotteryType));
 }