internal int Registrar(Doctor objDoctor, ref bool resultadoOk, ref string mensajeError)
        {
            RegistroDoctor registroDoctor = new RegistroDoctor();

            this.Doc_ID = registroDoctor.Registrar(objDoctor, ref resultadoOk, ref mensajeError);
            return(this.Doc_ID);
        }