public Page2()
 {
     this.InitializeComponent();
     i1.AddAsset("Omar's phone", "Good phone", 700, 28, 222222, true);
     i1.AddAsset("David's phone", "Bad phone (it's not an iphone)", 300, 12, 124, true);
     i1.AddAsset("Amack's phone", "Probably really good", 7000.1, 444, 1234, false);
 }