public void SetMandatoryField(string fieldName)
 {
     Table.MakeFieldMandatory(fieldName);
 }