public static bool Update(DTO.Seguridad.ComunidadDTO myComunidadDTO)
        {
            bool resultado = YouCom.Seguridad.DAL.ComunidadDAL.Update(myComunidadDTO);

            return(resultado);
        }
        public static bool Insert(DTO.Seguridad.ComunidadDTO myComunidadDTO)
        {
            bool resultado = YouCom.Seguridad.DAL.ComunidadDAL.Insert(myComunidadDTO);

            return(resultado);
        }