public Page1()
 {
     InitializeComponent();
     entities = new northwinddb2Entities();
     shippers = new List <Shipper>();
 }
 public Page3()
 {
     InitializeComponent();
     entities = new northwinddb2Entities();
 }
 public Page2()
 {
     InitializeComponent();
     entities = new northwinddb2Entities();
     orders   = new List <Order>();
 }