protected override bool Update(object newValue) { if (Column != "AdImageChanged" && Column != "AdImageUpdated") { ElectionsPoliticians.UpdateColumn(ElectionsPoliticians.GetColumn(Column), newValue, ThisControl.SafeGetElectionKey(), ThisControl.SafeGetOfficeKey(), ThisControl.AdSetupCandidate.Value); } return(true); }