public ActionResult Index()
 {
     return(View(repo.GetAllAnnouncement()));
 }