public Result <bool> SwapOrMerge(int from, int to)
 {
     return(equippableCharacter.SwapOrMerge(from, to));
 }