public void FillNameTextField(string text)
 {
     NameTextField.Clear();
     NameTextField.SendKeys(text);
 }