/// <summary>
 /// Copy constructor.
 /// </summary>
 /// <param name="other"></param>
 protected ValueObjectSearchCriteria(ValueObjectSearchCriteria other)
     :base(other)
 {
 }
 /// <summary>
 /// Copy constructor.
 /// </summary>
 /// <param name="other"></param>
 protected ValueObjectSearchCriteria(ValueObjectSearchCriteria other)
     : base(other)
 {
 }