public void Update(Dossier d)
 {
     _Context.Entry(d).State = EntityState.Modified;
     _Context.SaveChanges();
 }