public FrameworkElement CreateView()
 {
     var border = new Border{DataContext = this};
     border.SetBindings<IBorder>();
     return border;
 }