public FormState DeepClone()
 {
     return(Serialize.TryDeepClone(this));
 }