public override Control view()
 {
     Control v = new SwapInfoView();
     v.DataContext = this;
     return v;
 }