public DataGridView()
 {
     this.DataContext = SampleDataProvider.GetOrders();
     InitializeComponent();
 }