public static Criteria Random()
 {
     return(Create(FiltersMother.Random(), OrderMother.Random(), IntegerMother.Random(), IntegerMother.Random()));
 }
 public static Criteria Empty()
 {
     return(Create(FiltersMother.Blank(), Order.None()));
 }