public IActionResult VerNoticias()
        {
            var resultado = _ns.VerListadoTodasLasNoticias();

            return(Ok(resultado));
        }