public function startLottery()
 {
     parent::startLottery($this->activityType);
 }
 public function cheat()
 {
     parent::cheat($this->activityType);
     $this->display();
 }