private void UpdateCheckinTagDg()
 {
     dgCheckinTags.DataContext = DatabaseUtility.SelectCheckinTags();
 }