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