private void RaSoTB_Validated(object sender, EventArgs e)
 {
     if (RaSoTB.Text.Trim() == "")
     {
         ProveedorEP.SetError(RaSoTB, "Ingrese la Razón social...");
         RaSoTB.Focus();
     }
 }