public function present()
 {
     $monster = new Monster();
     $monster->giveMonster();
 }