public TestPlaceholder()
     : base("Placeholder")
 {
     AllowLoad.Set();
 }
 public TestNullDrawableModel()
     : base(0)
 {
     AllowLoad.Set();
 }