private void Initialize(ShiftRow sr)
 {
     this.DataContext = sr;
     InitializeComponent();
 }
 public SubmitAssemblyShiftRow(ShiftRow sr)
 {
     Initialize(sr);
 }