[Test] public void Main()
        {
            DataRelationCollection_Add_SDD tc = new DataRelationCollection_Add_SDD();
            Exception exp = null;

            try
            {
                tc.BeginTest("DataRelationCollection_Add_DD");
                tc.run();
            }
            catch (Exception ex)
            {
                exp = ex;
            }
            finally
            {
                tc.EndTest(exp);
            }
        }
		[Test] public void Main()
		{
			DataRelationCollection_Add_SDD tc = new DataRelationCollection_Add_SDD();
			Exception exp = null;
			try
			{
				tc.BeginTest("DataRelationCollection_Add_DD");
				tc.run();
			}
			catch(Exception ex)
			{
				exp = ex;
			}
			finally
			{
				tc.EndTest(exp);
			}
		
		}