public void NuevoDocente(Docente d)
 {
     try
     {
         ServicioRemoting.ServicioDocente _objServicioD = new ServicioRemoting.ServicioDocente();
         _objServicioD.Alta(d);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
 public void NuevoDocente(Docente d)
 {
     try
     {
         ServicioRemoting.ServicioDocente _objServicioD = new ServicioRemoting.ServicioDocente();
         _objServicioD.Alta(d);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }