public class  AnasayfaModel{
    public List<Duyuru> DuyuruListesi { get; set; }
    public List<Etkinlik> EtkinlikListesi { get; set; }
}public class  AnasayfaModel{
    public List<Duyuru> DuyuruListesi { get; set; }
    public List<Etkinlik> EtkinlikListesi { get; set; }
}