/// <summary> /// SaveChanges method of context /// </summary> public void SaveChanges() { context.SaveChanges(); }