internal void SaveChanges() { try { Context.SaveChanges(); } catch (Exception ex) { throw (ex); } }
public void Save() { context.SaveChanges(); }