public void SquarePriority()
 {
     s1.Accept(p);
     Assert.AreEqual(s1.Priotity, 2);
 }