public OrderSevice(GamblingContext context, MatchMasterContext matchMasterContext)
 {
     _context            = context;
     _matchMasterContext = matchMasterContext;
 }
 public SysUserSevice(GamblingContext context)
 {
     _context = context;
 }