public ActionResult Index()
        {
            var duyuru = _duyuruService.AllGetDuyuru();

            return(View(duyuru));
        }
 public ActionResult Index()
 {
     GetUserId();
     return(View(_duyuruService.AllGetDuyuru()));
 }