public int SaveChanges() { return(Db.SaveChanges()); }
public bool Commit() { return(_context.SaveChanges() > 0); }