public void addSausage()
 {
     BreakfastMemoryGameLogic.addLeft();
 }
 public void addEgg()
 {
     BreakfastMemoryGameLogic.addRight();
 }