/// <summary> /// Saves this instance. /// </summary> protected void Save() { Context.SaveChanges(); }