public bool commit()
 {
     return(_context.SaveChanges() > 0);
 }
 public int SaveChanges()
 {
     return(db.SaveChanges());
 }