protected void RemoveError(object id) { var e = _ErrorList.Find(x => x.ID == id); if (e != null) { OnErrorFixed(e); } }