internal override bool CanJump(FrogsAndToadsPiece otherPiece)
 {
     return(false);
 }
 internal abstract bool CanJump(FrogsAndToadsPiece otherPiece);