public void BeginEdit()
 {
     tempValues = new JobProperty
     {
         Key         = Key,
         Value       = Value,
         Description = Description,
         FieldType   = FieldType
     };
 }
 public void CancelEdit()
 {
     tempValues = null;
 }