public void RemoveEquip(string type)
 {
     switch (type)
     {
     case "Weapon": weaponEquip.RemoveEquip();
         break;
     }
 }