protected override void DeleteDataByID(int id)
 {
     systemDictionaryServiceInstance.DeleteByID(id);
 }