private void txtValorHoraDocente_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validaciones.SoloNumerosDecimales(e);
 }
 private void txtPrecioCuotaAlumno_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validaciones.SoloNumerosDecimales(e);
 }