public IndexMap(IndexAttribute attribute, PropertyInfo property)
 {
     this.attribute = attribute;
     this.property  = property;
 }
		public IndexMap(IndexAttribute attribute, PropertyInfo property)
		{
			this.attribute = attribute;
			this.property = property;
		}