public BaseCriteria NotLike(string mask)
 {
     return(Criteria.NotLike(mask));
 }