private void BtnGeneratePass_Click(object sender, EventArgs e)
 {
     TbRandomPass.Text = PasswordController.GeneratePassword();
 }