public GaleriController()
 {
     this.db           = new HaberPortalDbContext();
     this.galeriServis = new GaleriServis(db);
     this.haberServis  = new HaberServis(db);
 }