public Boolean Ingresar_encuestaS10()
        {
            // se ingresa los datos a la capa de datos
            NuevaComS10  = new S10_Comunidad(0, this.Ayudo, this.AyudaVecinos, this.RelacionVecinos, this.ComentarioRelacion, this.OrganizarVecinos, this.OrganizarA, this.OrganizarB, this.OrganizarC, this.ParticipacionGrupo, this.Necesidad, this.NecesidadA, this.NecesidadB, this.NecesidadC, this.NecesidadCom, this.NecesidadComA, this.NecesidadComB, this.NecesidadComC, this.ProyectosVecinos, this.ProyectoA, this.ProyectoB, this.ProyectoC, this.idEncuestas, this.idS1006, this.idS1007, this.idS1008);
            this.errores = NuevaComS10.errores;

            //Comprobar errores para la capa de datos
            if (errores.Count > 0)
            {
                return(false);
            }
            return(true);
        }
        public DataTable ObtnerReporte(int comunidad)
        {
            S10_Comunidad Comunidad = new S10_Comunidad();

            return(Comunidad.GenerarReporte(comunidad));
        }