public void Search()
 {
     SearchField.StartBringIntoView();
     SearchField.Focus(FocusState.Keyboard);
 }