/// <summary>
 /// Deprecated Method for adding a new object to the ClientMasters EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToClientMasters(ClientMaster clientMaster)
 {
     base.AddObject("ClientMasters", clientMaster);
 }
 /// <summary>
 /// Create a new ClientMaster object.
 /// </summary>
 /// <param name="cafno">Initial value of the cafno property.</param>
 /// <param name="sim_No">Initial value of the Sim_No property.</param>
 public static ClientMaster CreateClientMaster(global::System.String cafno, global::System.String sim_No)
 {
     ClientMaster clientMaster = new ClientMaster();
     clientMaster.cafno = cafno;
     clientMaster.Sim_No = sim_No;
     return clientMaster;
 }