public FormitizeCMSWhere addCriteria(string key, object value, FormitizeCMSWhere.SearchType searchType = FormitizeCMSWhere.SearchType.Equals)
 {
     return where.addCriteria(key, value, searchType);
 }
 public void setWhere(FormitizeCMSWhere where)
 {
     this.where = where;
 }
 public void setWhere(FormitizeCMSWhere w)
 {
     where = w;
 }
 public FormitizeCMSEntry()
 {
     where = new FormitizeCMSWhere();
     entry = new Dictionary<string, object>();
     CreateIfCantFindWhere = true;
 }
        public FormitizeCMSEntryDeleteRequest()
        {
            where = new FormitizeCMSWhere();

        }