public AddIndexCommand(IAddIndex view) => View = view;
internal AddIndex(IAddIndex view) { InitializeComponent(); DataContext = view; }