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