static void Main(string[] args)
 {
     Flyweight.TestDesign();
     Console.ReadKey();
 }