public static bool Update(EleccionNoticiaDTO myEleccionNoticiaDTO)
        {
            bool resultado = YouCom.Mensajeria.DAL.EleccionNoticiaDAL.Update(myEleccionNoticiaDTO);

            return(resultado);
        }
        public static bool Insert(EleccionNoticiaDTO myEleccionNoticiaDTO)
        {
            bool resultado = YouCom.Mensajeria.DAL.EleccionNoticiaDAL.Insert(myEleccionNoticiaDTO);

            return(resultado);
        }