static void Update(NorthwindEntities northwindEntities)
 {
     northwindEntities.SaveChanges();
 }