private void TxtDocumento_KeyPress(object sender, KeyPressEventArgs e)
 {
     ClsSqlServer.Solo_Numeros(e);
 }