public void SetFloorCheck(string msg)
    {
        bool status = bool.Parse(msg);

        prince.SetFloorCheck(status);
    }