/// <summary>
 /// Get the options from the database.
 /// </summary>
 private void GetOptionsFromDatabase()
 {
     _Options = _pm.GetDataFormatOptions();
 }