public void PastryObj_CalcsTotal()
 {
   Pastry testPastry = new Pastry(3);
   Assert.AreEqual(5, testPastry.FindTotal());
 }