private void btnPushFile_Click(object sender, EventArgs e)
 {
     txtPushFile.Text = _props.PushPasswordsToFile(this, _readerWriter);
 }