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