/// <summary>
 /// Deprecated Method for adding a new object to the uf EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTouf(uf uf)
 {
     base.AddObject("uf", uf);
 }
 /// <summary>
 /// Create a new uf object.
 /// </summary>
 /// <param name="uF1">Initial value of the UF1 property.</param>
 /// <param name="estado">Initial value of the Estado property.</param>
 public static uf Createuf(global::System.String uF1, global::System.String estado)
 {
     uf uf = new uf();
     uf.UF1 = uF1;
     uf.Estado = estado;
     return uf;
 }