public int Set(Advert Entity) { ProjeContext.Set <Advert>().Update(Entity); return(ProjeContext.SaveChanges()); }