/// <summary>
 /// Save the options in the database.
 /// </summary>
 private void SaveOptions()
 {
     _pm.UpdateDataFormatOptions(_Options);
 }