public void levelUp()
 {
     status.levelUp(kind);
     Instantiate(levelupEffect, button.transform);
 }