//Memeber Mehtods
 public void InsertSweepstakes(Sweepstakes sweepstakes)
 {
     stack.Push(sweepstakes);
 }