public int SaveChanges() { try { return(dbContext.SaveChanges()); } catch (Exception) { throw; } }
public void Save() { context.SaveChanges(); }