/// <summary>
 /// Deprecated Method for adding a new object to the ClientmasterTFNOes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToClientmasterTFNOes(ClientmasterTFNO clientmasterTFNO)
 {
     base.AddObject("ClientmasterTFNOes", clientmasterTFNO);
 }
 /// <summary>
 /// Create a new ClientmasterTFNO object.
 /// </summary>
 /// <param name="clientmasterTFNO1">Initial value of the ClientmasterTFNO1 property.</param>
 public static ClientmasterTFNO CreateClientmasterTFNO(global::System.Int64 clientmasterTFNO1)
 {
     ClientmasterTFNO clientmasterTFNO = new ClientmasterTFNO();
     clientmasterTFNO.ClientmasterTFNO1 = clientmasterTFNO1;
     return clientmasterTFNO;
 }