public override void SaveToDatabase()
 {
     _DictionaryService.Save(DbEntity);
     UpdateValuesFromModel();
 }