public Shape(IGraphSite site)
     : base(site)
 {
     mControls = new NetronGraphControlCollection();
 }
 public Shape()
 {
     mControls = new NetronGraphControlCollection();
 }