//public Docente getDocente(string userName)
 public Docente getDocente(Docente d)
 {
     try
     {
         ServicioRemoting.ServicioDocente _objServicioD = new ServicioRemoting.ServicioDocente();
         return(_objServicioD.Buscar(d.NOMBRE_USUARIO));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
 //public Docente getDocente(string userName)
 public Docente getDocente(Docente d)
 {
     try
     {
         ServicioRemoting.ServicioDocente _objServicioD = new ServicioRemoting.ServicioDocente();
         return (_objServicioD.Buscar(d.NOMBRE_USUARIO));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }