/// <summary>
 /// Deprecated Method for adding a new object to the ClientMasterothers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToClientMasterothers(ClientMasterother clientMasterother)
 {
     base.AddObject("ClientMasterothers", clientMasterother);
 }
 /// <summary>
 /// Create a new ClientMasterother object.
 /// </summary>
 /// <param name="cafno">Initial value of the cafno property.</param>
 /// <param name="itemname">Initial value of the itemname property.</param>
 /// <param name="imeino">Initial value of the imeino property.</param>
 /// <param name="executive_Code">Initial value of the Executive_Code property.</param>
 public static ClientMasterother CreateClientMasterother(global::System.String cafno, global::System.String itemname, global::System.String imeino, global::System.String executive_Code)
 {
     ClientMasterother clientMasterother = new ClientMasterother();
     clientMasterother.cafno = cafno;
     clientMasterother.itemname = itemname;
     clientMasterother.imeino = imeino;
     clientMasterother.Executive_Code = executive_Code;
     return clientMasterother;
 }