public void SetControlable(string msg) { bool status = bool.Parse(msg); prince.SetControlable(status); }